-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ss tf 1990 symbols vision os aab #2929
Conversation
Deploy preview ready for 2929! |
- Adding documentation for Symbols/dSYM upload
- Adding documentation for AAB files
61e341f
to
514df2a
Compare
Deploy preview ready for 2929! |
curl https://upload.testfairy.com/api/upload \ | ||
-F api_key='your_api_key' \ | ||
-F [email protected] \ | ||
-F [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simon-sarrafi is this always txt? what other format do we support?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes always text file for Android
{ | ||
"status": "ok", | ||
... | ||
"symbols_download_url": "https://mobile.testfairy.com/api/xxx/projects/xxx/builds/xxx/symbols/download/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesnt the download url contains the file extension?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No! the download url is the api endpoint which will call the actual aws url. This url remain the same for all platforms' files
|
||
## Accessing Symbols File Through the Dashboard | ||
|
||
To download your symbols file through the Sauce Labs dashboard, follow these steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets call out here Sauce Labs (TestFairy)
|
||
1. **Log In to Your Dashboard** | ||
|
||
Log in to your [Sauce Labs dashboard](https://saucelabs.com). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mobile.saucelabs.com
|
||
2. **Navigate to Uploaded Apps** | ||
|
||
From the sidebar menu go to Mobile Testing and to the section where your uploaded apps are listed. Find the app that has the symbols file attached to it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LEts replace this with just navigating to mobile.saucelabs.com or to your dedicated TestFairy private instance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the 2nd point we are already there, so I would just say, get the app from your list.
- Minor adjustments
Deploy preview ready for 2929! |
Description
Motivation and Context
Types of Changes